@charset "UTF-8";
/* CSS Document */

/*bottom*/
#bottom_bg {
	width:100%;
	height:310px;
	background-color:#072d44;
}

.bottom {
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

.bottom ul {
	width:1200px;
	height:auto;
	overflow:hidden;
	padding-bottom:30px;
}

.bottom ul li {
	color:#ffffff;
	line-height:26px;
	padding-top:10px;
	border-right:1px solid #183e55;
	float:left;
	padding:0 28px;
}

.bottom ul li:first-child {
	padding-left:0;
}

.bottom ul li:last-child {
	border-right:none;
	padding-right:0;
}

.bottom ul li span {
	margin-bottom:16px;
	height:30px;
	padding-left:40px;
	color:#ffffff;
	display:block;
	line-height:30px;
}

.bottom_a {
	padding-left:40px;
	color:#ffffff;
	margin-bottom:10px;
}


